Conversation
- FetchMemberUseCaseTests: 멤버 조회 테스트 (5개 TC) - DeleteTravelMemberUseCaseTests: 멤버 삭제 테스트 (5개 TC) - DelegateOwnerUseCaseTests: 관리자 권한 위임 테스트 (6개 TC) - JoinTravelUseCaseTests: 여행 참여 테스트 (7개 TC) - LeaveTravelUseCaseTests: 여행 탈퇴 테스트 (6개 TC) - TestTags: .member 태그 추가 - MemberTestPlan.md 테스트 계획 문서 추가
Roy-wonji
added a commit
to DDD-Community/Attendance_iOS
that referenced
this pull request
Jan 30, 2026
✨ 새로운 기능: - Claude Code 서브에이전트 기반 자동화 워크플로우 - 도메인별 테스트 코드 자동 생성 (Entity/UseCase/Repository) - 테스트 실행 → 실패 → AI 수정 → 재실행 루프 - 성공 시 자동 PR 생성 📁 추가된 파일: - .claude/skills/tdd-automation.md (스킬 정의) - scripts/tdd-automation.sh (메인 자동화 스크립트) - Makefile (간편 실행 명령어) - README.md (사용법 가이드) 🎯 지원 도메인: Attendance, Auth, Profile, Schedule, OnBoarding, QRCode, MyPage, SignUp, OAuth (9개 도메인) 🧪 테스트 프레임워크: - Swift Testing (@test, @suite) - XCTest (CI/CD 호환성) - TCA TestStore (상태 테스트) - Mock Providers (API 모킹) 🚀 사용법: make tdd-all # 전체 도메인 make tdd-attendance # 특정 도메인 ./scripts/tdd-automation.sh --help Inspired by: SpartCodig-iOS/SseuDam#74
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test Results
Generated Files
🤖 Generated with swift-test automation